home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gAutoMode, gHistoryList, gDirection0IsBack1IsFwd, gCurrentZone
-
- if getLast(gHistoryList) <> "SlideShow" then append (gHistoryList, "SlideShow")
- put FALSE into gAutoMode
- put 1 into gCurrentZone -- line num
- put 1 into gDirection0IsBack1IsFwd
- resetCursorsAndPupts
- cursorize 15, 27
- puppetSprite 5, TRUE
- end